Component org.nuxeo.ecm.core.automation.contextContrib
In bundle org.nuxeo.ecm.automation.features
Resolution Order
64
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
- org.nuxeo.ecm.core.automation.contextContrib--contextHelpers
- org.nuxeo.ecm.core.automation.contextContrib--configuration
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.automation.contextContrib" version="1.0">
<extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
point="contextHelpers">
<contextHelper id="Fn" class="org.nuxeo.ecm.automation.features.PlatformFunctions"/>
<contextHelper id="HTTP" class="org.nuxeo.ecm.automation.features.HTTPHelper"/>
</extension>
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Contribution to determine which uid sequence generator to use, either the defaultSequencer or hibernateSequencer.
Since 10.1 the default value is false, so it will use the defaultSequencer.
</documentation>
<property name="org.nuxeo.ecm.core.uidgen.sequencer.hibernate">false</property>
</extension>
</component>